home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libqca2-plugin-ossl / README < prev    next >
Text File  |  2007-08-28  |  747b  |  36 lines

  1. QCA OSSL plugin
  2. ------------------
  3. Authors: Justin Karneges <justin@affinix.com>
  4.          Brad Hards <bradh@frogmouth.net>
  5.  
  6. This plugin provides features based on OpenSSL. It implements:
  7. * Hashing - SHA1, SHA0, RIPEMD160, MD2, MD4, MD5
  8. * Hashing - SHA224, SHA256, SHA384 and SHA512 (for openssl 0.9.8)
  9. * Block Ciphers
  10. * Keyed Hash Message Authentication Code (HMAC), using SHA1, MD5, RIPEMD160
  11. * Public keys - RSA, DSA, Diffie-Hellman
  12. * PKCS#12
  13. * SSL/TLS
  14. * CMS (for S/MIME)
  15.  
  16. Requirements:
  17.   OpenSSL Library (http://www.openssl.org/)
  18.  
  19. Installing
  20. ----------
  21.  
  22. For Unix/Linux/Mac:
  23.  
  24.   ./configure
  25.   make
  26.   make install
  27.  
  28. For Windows:
  29.  
  30.   edit qca-ossl.pro
  31.   qmake qca-ossl.pro
  32.   nmake (or make)
  33.  
  34.   copy [debug|release]\qca-ossl.dll qtdir\plugins\crypto
  35.  
  36.